home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / sx405a.zip / SYSOP.BAT < prev    next >
DOS Batch File  |  1992-10-06  |  4KB  |  108 lines

  1. @ECHO OFF
  2. ECHO OFF
  3. REM ───────────────────────────────────────────────────────────────────────
  4. IF EXIST SYSOP.MNU GOTO AGAIN
  5. CLS
  6. ECHO 
  7. NOTE:  Since you using a partial copy of the Sapphire
  8. ECHO package, we will jump directly to the information menu.
  9.  
  10. PAUSE
  11. IF EXIST INFO.MNU INFO Y
  12. CLS
  13. ECHO 
  14. Your Sapphire package is incomplete.
  15.  
  16. ECHO Contact Pinnacle Software at 514-345-9578 for assistance.
  17.  
  18. GOTO QUIT
  19. REM ───────────────────────────────────────────────────────────────────────
  20. :AGAIN
  21. GO-MENU SYSOP.MNU 000 SAPPHIRE.MSV
  22. IF ERRORLEVEL 10 GOTO QUIT
  23. IF ERRORLEVEL  9 GOTO ERR
  24. IF ERRORLEVEL  8 GOTO ERR
  25. IF ERRORLEVEL  7 GOTO MISC
  26. IF ERRORLEVEL  6 GOTO DSZ
  27. IF ERRORLEVEL  5 GOTO STD
  28. IF ERRORLEVEL  4 GOTO LOCAL
  29. IF ERRORLEVEL  3 GOTO DEMO
  30. IF ERRORLEVEL  2 GOTO CONFIG
  31. IF ERRORLEVEL  1 GOTO INFO
  32. GOTO ERR
  33. REM ───────────────────────────────────────────────────────────────────────
  34. :ERR
  35. ECHO Batch file error -- please inform Pinnacle at 514-345-9578.
  36. PAUSE
  37. GOTO AGAIN
  38. REM ───────────────────────────────────────────────────────────────────────
  39. :INFO
  40. IF NOT EXIST *.DOC GOTO AGAIN
  41. INFO X
  42. GOTO ERR
  43. REM ───────────────────────────────────────────────────────────────────────
  44. :MISC
  45. MISC X
  46. GOTO ERR
  47. REM ───────────────────────────────────────────────────────────────────────
  48. :CONFIG
  49. CONFIG
  50. GOTO AGAIN
  51. REM ───────────────────────────────────────────────────────────────────────
  52. :DEMO
  53. CLS
  54. ECHO ┌─────────────────────────────────────────────────────────────────────┐
  55. ECHO │ NOTE:  This is only a "first look" at Sapphire.  It runs in "local" │
  56. ECHO │ mode, without using the modem.   Some functions  (such as doors and │
  57. ECHO │ file transfer) can not be used until you fully configure Sapphire.  │
  58. ECHO │·····································································│
  59. ECHO │ If this is the  first time  you have run Sapphire, it will create a │
  60. ECHO │ few files when it starts up.  This takes less than a minute.        │
  61. ECHO │·····································································│
  62. ECHO │ For this demonstration,  you will be  signed on  AUTOMATICALLY.  In │
  63. ECHO │ regular operation, however, you will sign on as "SYSOP".            │
  64. ECHO └─────────────────────────────────────────────────────────────────────┘
  65.  
  66. PAUSE
  67. SRUN DEMO
  68. GOTO AGAIN
  69. REM ───────────────────────────────────────────────────────────────────────
  70. :LOCAL
  71. SAPPHIRE LOCAL
  72. GOTO ERR
  73. REM ───────────────────────────────────────────────────────────────────────
  74. :STD
  75. SAPPHIRE
  76. GOTO ERR
  77. REM ───────────────────────────────────────────────────────────────────────
  78. :DSZ
  79. IF NOT EXIST DSZ.COM GOTO DSZ2
  80. CLS
  81. ECHO You have already dearchived the file-transfer software.
  82.  
  83. PAUSE
  84. GOTO AGAIN
  85. REM ·······································································
  86. :DSZ2
  87. CLS
  88. ECHO ┌────────────────────────────────────────────────────────────────────┐
  89. ECHO │ REMINDER: If you are  using COM3 or COM4, file transfer won't work │
  90. ECHO │           until you enter  the DOS command  SET DSZPORT=3  (or 4). │
  91. ECHO └────────────────────────────────────────────────────────────────────┘
  92. ECHO ┌────────────────────────────────────────────────────────────────────┐
  93. ECHO │ NOTE:  DSZ is a shareware product created by Omen Technology.  The │
  94. ECHO │ version provided with Sapphire  is included by special arrangement │
  95. ECHO │ with that company,  but it is  not  a registered version.   If you │
  96. ECHO │ use the file-transfer software  frequently  and wish to obtain the │
  97. ECHO │ latest version of DSZ, refer to the documentation that accompanies │
  98. ECHO │ the DSZ program for ordering information.                          │
  99. ECHO └────────────────────────────────────────────────────────────────────┘
  100.  
  101. PAUSE
  102. CLS
  103. ARCE DSZ
  104. PAUSE
  105. GOTO AGAIN
  106. REM ───────────────────────────────────────────────────────────────────────
  107. :QUIT
  108.